home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / applications / misc / jcgraph.lzh / JcGraphFinal / Rexx / RotSet3.rex < prev    next >
Encoding:
OS/2 REXX Batch file  |  1992-10-05  |  339 b   |  15 lines

  1. /* RotSet3.rex */
  2. /* ----------- */
  3. /* Description: Will assign X,Y and Z value to the preset button next to  */
  4. /*              it.                                                       */
  5.  
  6. options results
  7.  
  8. address 'JCGRAPH'
  9.  
  10. if open('Preset','T:RotPreset3','W') then do
  11.   'GetRotation'
  12.   Rotation=result
  13.   writeln('Preset',Rotation)
  14. end
  15.